home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windows 95 API Bible
/
Windows 95 API Bible 3 Disc Set.iso
/
Win32 API Bible Book 3 of 3.iso
/
chapte11
/
getbuttn
/
phone.h
< prev
next >
Wrap
Text File
|
1995-11-07
|
1KB
|
39 lines
#define IDC_STATIC -1
#define IDM_EXIT 100
#define IDM_DATA 107
#define IDM_DISPLAY 108
#define IDM_GAIN 109
#define IDM_HOOKSWITCH 110
#define IDM_ICON 111
#define IDM_ID 112
#define IDM_LAMP 113
#define IDM_STATUS 114
#define IDM_STATUSMSG 115
#define IDM_VOLUME 116
#define IDM_RING 117
#define ID_TEST 118
#define IDM_GETCAPS 119
#define IDM_BUTTONINFO 120
#define IDM_CONFIG 121
#define IDM_TEST 200
#define IDM_ABOUT 300
#define IDM_OPEN 301
#define IDM_RUN 302
#define IDM_SHUTDOWN 303
#define DLG_VERFIRST 400
#define DLG_VERLAST 404
LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
LRESULT CALLBACK About (HWND, UINT, WPARAM, LPARAM);
LRESULT CALLBACK phoneCallback(DWORD dwDeviceId
,
unsigned long dwMsg,unsigned long dwCallbackInstance,
unsigned long dwParam1,unsigned long dwParam2,
unsigned long dwParam3);
void phoneError (LONG lrc);